home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ Oct 89 / Z0201-C++ VMTs again-Oct89 < prev    next >
Encoding:
Text File  |  1989-10-30  |  863 b   |  26 lines  |  [TEXT/GEOL]

  1. Item    0968269                         28-Oct-89        14:47
  2.  
  3. From:   UK0310                          Paul G Smith
  4.  
  5. To:     SHEBANOW1                       Shebanow, Andrew
  6.  
  7. cc:     MACAPP.TECH$                    MACAPP Tech
  8.  
  9. Sub:    C++ VMTs again
  10.  
  11. Ahhh, yes. But you haven't answered my question exactly.
  12.  
  13. So, MPW C++ has been extended to support Object Pascal-style VMTs. Is it also
  14. true, though, that C++ classes that *don't* inherit from PascalObject use the
  15. standard C++ 2.0 flat lookup table dispatching mechanism, as defined by
  16. Stroustrup and implemented in the AT&T CFront 2.0? Or does MPW C++ always use
  17. Object Pascal VMTs, whatever the situation?
  18.  
  19. What happens if an object is derived from both a PascalObject *and* from a
  20. standard C++ 2.0 style class? Can one class mix both despatching mechanisms?
  21. How is this resolved?
  22.  
  23. Regards, Paul
  24.  
  25.  
  26.